File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1919
2020 - name : clang-format
2121 uses : jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13.0
3333
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3737
3838 - name : Path filter
3939 uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
6868
6969 - name : Build and push
7070 if : steps.changes.outputs.container == 'true'
71- uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5 .0
71+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
7272 with :
7373 context : ' {{defaultContext}}:ci'
7474 push : true
9595 password : ${{ secrets.github_token }}
9696 steps :
9797 - name : Checkout
98- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
98+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9999 with :
100100 submodules : " recursive"
101101
@@ -121,7 +121,7 @@ jobs:
121121
122122 steps :
123123 - name : Checkout
124- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
125125
126126 - name : Configure CMake (no graphics)
127127 run : >
Original file line number Diff line number Diff line change 6565
6666 steps :
6767 - name : Checkout repository
68- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6969
7070 # Handle git 'dubious ownership/safe.directory' container warnings (reduces related CodeQL verbosity)
7171 - name : Add safe Git directory
7474
7575 # Initializes the CodeQL tools for scanning.
7676 - name : Initialize CodeQL
77- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
77+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
7878 with :
7979 languages : ${{ matrix.language }}
8080 build-mode : ${{ matrix.build-mode }}
@@ -109,6 +109,6 @@ jobs:
109109 run : cmake --build ${{github.workspace}}/build -- -k -j
110110
111111 - name : Perform CodeQL Analysis
112- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
112+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
113113 with :
114114 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 container : ghcr.io/codeplaysoftware/sycl-samples:main
1616 steps :
17- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1818 with :
1919 submodules : " recursive"
2020 - name : Configure image
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929 with :
3030 persist-credentials : false
3131
3939 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4040 # format to the repository Actions tab.
4141 - name : " Upload artifact"
42- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
42+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
4343 with :
4444 name : SARIF file
4545 path : results.sarif
4848 # Upload the results to GitHub's code scanning dashboard (optional).
4949 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5050 - name : " Upload to code-scanning"
51- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
51+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
5252 with :
5353 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments