Skip to content

Test skip check 3 #1112

Test skip check 3

Test skip check 3 #1112

Triggered via pull request February 12, 2024 21:38
Status Success
Total duration 7m 53s
Artifacts

codeql.yml

on: pull_request
CodeQL-Build
59s
CodeQL-Build
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 2 warnings, and 1 notice
checkov(CKV2_GHA_1): .github/workflows/pr.yaml#L7
[new] Ensure top-level permissions are not set to write-all
shellcheck(SC2148): new.sh#L1
[new] Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
CodeQL-Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80, github/codeql-action/autobuild@49abf0ba24d0b7953cb586944e918a0b92074c80, github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
shellcheck(SC2164): new.sh#L1
[new] Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
shellcheck(SC2086): new.sh#L1
[new] Double quote to prevent globbing and word splitting.