Skip to content

Commit 5773160

Browse files
authored
Merge pull request #272 from smallstep/dependabot/github_actions/all-6e5e59408c
build(deps): bump github/codeql-action from 4.31.4 to 4.31.5 in the all group
2 parents 07b5448 + 978472d commit 5773160

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
@@ -97,7 +97,7 @@ jobs:
9797
-
9898
# Initializes the CodeQL tools for scanning.
9999
name: Initialize CodeQL
100-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
100+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
101101
with:
102102
languages: ${{ matrix.language }}
103103
queries: security-and-quality # use Canonical suite
@@ -113,7 +113,7 @@ jobs:
113113
${{ inputs.codeql-build-cmd }}
114114
-
115115
name: Perform CodeQL Analysis
116-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
116+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
117117
with:
118118
output: codeql-results
119119
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)