mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 08:20:06 +00:00
Changes to commit hash in main branch
This commit is contained in:
Generated
+2
-2
@@ -56,14 +56,14 @@ jobs:
|
|||||||
- uses: ./../action/analyze
|
- uses: ./../action/analyze
|
||||||
with:
|
with:
|
||||||
ref: refs/heads/main
|
ref: refs/heads/main
|
||||||
sha: dc1e2655b666a6d3624deba0983c9e6105d92dd4
|
sha: 5e235361806c361d4d3f8859e3c897658025a9a2
|
||||||
category: analyze
|
category: analyze
|
||||||
env:
|
env:
|
||||||
TEST_MODE: true
|
TEST_MODE: true
|
||||||
- uses: ./../action/upload-sarif
|
- uses: ./../action/upload-sarif
|
||||||
with:
|
with:
|
||||||
ref: refs/heads/main
|
ref: refs/heads/main
|
||||||
sha: dc1e2655b666a6d3624deba0983c9e6105d92dd4
|
sha: 5e235361806c361d4d3f8859e3c897658025a9a2
|
||||||
category: upload
|
category: upload
|
||||||
env:
|
env:
|
||||||
TEST_MODE: true
|
TEST_MODE: true
|
||||||
|
|||||||
@@ -12,14 +12,14 @@ steps:
|
|||||||
- uses: ./../action/analyze
|
- uses: ./../action/analyze
|
||||||
with:
|
with:
|
||||||
ref: 'refs/heads/main'
|
ref: 'refs/heads/main'
|
||||||
sha: 'dc1e2655b666a6d3624deba0983c9e6105d92dd4'
|
sha: '5e235361806c361d4d3f8859e3c897658025a9a2'
|
||||||
category: 'analyze'
|
category: 'analyze'
|
||||||
env:
|
env:
|
||||||
TEST_MODE: true
|
TEST_MODE: true
|
||||||
- uses: ./../action/upload-sarif
|
- uses: ./../action/upload-sarif
|
||||||
with:
|
with:
|
||||||
ref: 'refs/heads/main'
|
ref: 'refs/heads/main'
|
||||||
sha: 'dc1e2655b666a6d3624deba0983c9e6105d92dd4'
|
sha: '5e235361806c361d4d3f8859e3c897658025a9a2'
|
||||||
category: 'upload'
|
category: 'upload'
|
||||||
env:
|
env:
|
||||||
TEST_MODE: true
|
TEST_MODE: true
|
||||||
|
|||||||
Reference in New Issue
Block a user