From 61e248eac303a8fc5e94272aec30c2e6be3edfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:04:23 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.2) Updates `github/codeql-action` from 3.24.6 to 3.24.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.24.6...v3.24.8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lint.yaml | 2 +- .github/workflows/codeql.yaml | 8 ++++---- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/publish-npm.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-lint.yaml b/.github/workflows/build-lint.yaml index 9dce7f5..b357626 100644 --- a/.github/workflows/build-lint.yaml +++ b/.github/workflows/build-lint.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: ๐Ÿ— Setup nodejs uses: actions/setup-node@v4.0.2 diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 0a0e563..9af5b97 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -32,17 +32,17 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: ๐Ÿ— Initialize CodeQL - uses: github/codeql-action/init@v3.24.6 + uses: github/codeql-action/init@v3.24.8 with: languages: ${{ matrix.language }} # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - name: ๐Ÿ— Auto build - uses: github/codeql-action/autobuild@v3.24.6 + uses: github/codeql-action/autobuild@v3.24.8 - name: ๐Ÿš€ Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.6 + uses: github/codeql-action/analyze@v3.24.8 diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 1821737..65e86f5 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: ๐Ÿš€ Dependency Review uses: actions/dependency-review-action@v4.1.3 diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index b9f98fe..1d3335d 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -22,7 +22,7 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: ๐Ÿ— Setup nodejs uses: actions/setup-node@v4.0.2 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 5941cdb..27c5d62 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -22,7 +22,7 @@ jobs: steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: ๐Ÿš€ Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0