Skip to content

Commit

Permalink
Merge pull request #1208 from adoptium/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-3.26.13

Bump github/codeql-action from 3.26.12 to 3.26.13
karianna authored Oct 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7cbdf77 + d66e4b4 commit f9df8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,6 +59,6 @@ jobs:
./mvnw --batch-mode clean install -Padoptium,-adoptopenjdk
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
with:
category: "/language:${{matrix.language}}"

0 comments on commit f9df8dc

Please sign in to comment.