Skip to content

Commit e240f31

Browse files
chore(deps)(deps): bump github/codeql-action from 2 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 4. - [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...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bef23c2 commit e240f31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security-audit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ jobs:
107107
uses: actions/checkout@v4
108108

109109
- name: Initialize CodeQL
110-
uses: github/codeql-action/init@v2
110+
uses: github/codeql-action/init@v4
111111
with:
112112
languages: ${{ matrix.language }}
113113
queries: security-extended
114114

115115
- name: Autobuild
116-
uses: github/codeql-action/autobuild@v2
116+
uses: github/codeql-action/autobuild@v4
117117

118118
- name: Perform CodeQL Analysis
119-
uses: github/codeql-action/analyze@v2
119+
uses: github/codeql-action/analyze@v4
120120
with:
121121
category: "/language:${{ matrix.language }}"
122122

0 commit comments

Comments
 (0)