Skip to content

Commit

Permalink
Update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 3b9bc49 commit d7cecc8
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 155 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
check-buildifier:
docker:
# See https://circleci.com/developer/images/image/cimg/node for a list of images
- image: cimg/node:17.0.1@sha256:3253eb3a91157047e05d4d27da83e9ba2533cc32e522e76bd112c5284bd485f8
- image: cimg/node:18.9.1@sha256:c141f4a945be5b944a13f090c3051ec855dcd0112ec01322bedf6d16c890ee62
steps:
- checkout
- run: yarn install --frozen-lockfile --non-interactive
Expand All @@ -31,7 +31,7 @@ jobs:
check-typescript:
docker:
# See https://circleci.com/developer/images/image/cimg/node for a list of images
- image: cimg/node:17.0.1@sha256:3253eb3a91157047e05d4d27da83e9ba2533cc32e522e76bd112c5284bd485f8
- image: cimg/node:18.9.1@sha256:c141f4a945be5b944a13f090c3051ec855dcd0112ec01322bedf6d16c890ee62
steps:
- checkout
- run: yarn install --frozen-lockfile --non-interactive
Expand All @@ -52,7 +52,7 @@ jobs:
check-cc:
docker:
# See https://circleci.com/developer/images/image/cimg/node for a list of images
- image: cimg/node:17.0.1@sha256:3253eb3a91157047e05d4d27da83e9ba2533cc32e522e76bd112c5284bd485f8
- image: cimg/node:18.9.1@sha256:c141f4a945be5b944a13f090c3051ec855dcd0112ec01322bedf6d16c890ee62
steps:
- checkout
- run: yarn install --frozen-lockfile --non-interactive
Expand All @@ -65,7 +65,7 @@ jobs:
check-java:
docker:
# See https://circleci.com/developer/images/image/cimg/openjdk for a list of images
- image: cimg/openjdk:17.0.0@sha256:258f3d9a2c37623962013b277c1fb12870efc2c84cb5a914a5b400c3d5d6bebf
- image: cimg/openjdk:18.0.2@sha256:b3807724a46f50361e6005a31a3823e4207303359e3ebda423ed3c19c0dfcc47
steps:
- checkout
- run: |
Expand All @@ -78,7 +78,7 @@ jobs:
check-shell:
docker:
# See https://circleci.com/developer/images/image/cimg/base for a list of images
- image: cimg/base:2021.07@sha256:975215e37934a69efbe1a886c70b09402ca8a6ccd027efa1ef4df5d55132e687
- image: cimg/base:2022.09@sha256:bc8aada4107bf140618467104af68b9a0b2f4c1e712e50ba9956ebf8f1a25af8
steps:
- checkout
- run: sudo apt-get update
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"typescript": "4.3.4"
},
"devDependencies": {
"@bazel/buildifier": "4.0.1",
"@bazel/buildifier": "5.1.0",
"@bazel/ibazel": "0.15.10",
"@bazel/jasmine": "4.0.0",
"@bazel/typescript": "4.0.0",
"@bazel/jasmine": "5.5.4",
"@bazel/typescript": "5.5.4",
"@types/benchmark": "2.1.0",
"@types/jasmine": "3.7.7",
"@types/jasmine": "4.3.0",
"@types/node": "16.11.6",
"benny": "3.6.15",
"clang-format": "1.5.0",
"gts": "3.1.0",
"immutable": "4.0.0-rc.12",
"jasmine": "3.7.0",
"jasmine-core": "3.7.1",
"jasmine": "4.4.0",
"jasmine-core": "4.4.0",
"typescript": "4.3.4"
},
"license": "MIT"
Expand Down
Loading

0 comments on commit d7cecc8

Please sign in to comment.