mirror of
https://github.com/Azure/k8s-set-context
synced 2025-09-23 12:08:06 +00:00
Bump github/codeql-action in /.github/workflows in the actions group (#141)
Some checks failed
Run Prettify / Prettier Check (push) Failing after 2m54s
Run Integration Tests / kubeconfig-method-integration-test (push) Failing after 3m3s
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 10m57s
Run Unit Tests / unit-test (push) Failing after 12m45s
Some checks failed
Run Prettify / Prettier Check (push) Failing after 2m54s
Run Integration Tests / kubeconfig-method-integration-test (push) Failing after 3m3s
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 10m57s
Run Unit Tests / unit-test (push) Failing after 12m45s
This commit is contained in:
parent
1ab2e2c9aa
commit
28ef1bdfc0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
|
||||
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
|
@ -86,6 +86,6 @@ jobs:
|
|||
echo ' make release'
|
||||
exit 1
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
|
||||
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
|
||||
with:
|
||||
category: '/language:${{matrix.language}}'
|
||||
|
|
Loading…
Reference in a new issue