Skip to content

Commit

Permalink
TINY-11411: Bump codeql version (#37)
Browse files Browse the repository at this point in the history
* TINY-11411: Bump codeql version

* TINY-11411: Update JenkinsFile container tag
  • Loading branch information
ltrouton authored Jan 23, 2025
1 parent 9325f4c commit ae5ffde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!groovy
@Library('waluigi@release/7') _

beehiveFlowBuild()
beehiveFlowBuild(
container: [
tag: '20',
]
)

0 comments on commit ae5ffde

Please sign in to comment.