Skip to content

Commit 5b136fc

Browse files
chore(deps): update github/codeql-action action to v2.28.1 (#797)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6ffeef commit 5b136fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CodeQL-Analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
23+
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
2424
with:
2525
languages: swift
2626
queries: security-and-quality
@@ -30,6 +30,6 @@ jobs:
3030
run: swift build
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
33+
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
3434
with:
3535
category: "/language:swift"

0 commit comments

Comments
 (0)