Skip to content

Commit 23f8ef0

Browse files
authored
Merge pull request #22 from github/dependabot/github_actions/github-actions-a00beff173
Bump the github-actions group with 2 updates
2 parents 65a53df + d45eab2 commit 23f8ef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # pin@v2
32+
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # pin@v2
3333
with:
3434
languages: ${{ matrix.language }}
3535

3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # pin@v2
37+
uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # pin@v2
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # pin@v2
40+
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # pin@v2

0 commit comments

Comments
 (0)