Skip to content

Commit

Permalink
chore(deps): bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
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.0.0 to 4.1.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

Updates `github/codeql-action` from 2.21.7 to 2.22.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2.21.7...v2.22.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent c6d3ec6 commit ed6d76a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Setup nodejs
uses: actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2.21.7
uses: github/codeql-action/init@v2.22.2
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@v2.21.7
uses: github/codeql-action/autobuild@v2.22.2

- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.21.7
uses: github/codeql-action/analyze@v2.22.2
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🚀 Dependency Review
uses: actions/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/publish-alwatr-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Setup Docker Buildx
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Setup nodejs
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-special-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🏗 Extract Docker metadata
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
Expand Down

0 comments on commit ed6d76a

Please sign in to comment.