Skip to content

Commit 28af464

Browse files
[deps]: Update gh minor (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22978e7 commit 28af464

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
contents: read
1717
packages: write
1818
steps:
19-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020
- name: Set up JDK 1.8
21-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
21+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
2222
with:
2323
java-version: '8'
2424
distribution: 'temurin'

.github/workflows/scan.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: Check out repo
29-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Scan with Checkmarx
34-
uses: checkmarx/ast-github-action@1fe318de2993222574e6249750ba9000a4e2a6cd # 2.0.33
34+
uses: checkmarx/ast-github-action@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
3535
env:
3636
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3737
with:
@@ -46,7 +46,7 @@ jobs:
4646
--output-path . ${{ env.INCREMENTAL }}
4747
4848
- name: Upload Checkmarx results to GitHub
49-
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
49+
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
5050
with:
5151
sarif_file: cx_result.sarif
5252

@@ -60,13 +60,13 @@ jobs:
6060

6161
steps:
6262
- name: Check out repo
63-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6464
with:
6565
fetch-depth: 0
6666
ref: ${{ github.event.pull_request.head.sha }}
6767

6868
- name: Set up Java
69-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
69+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
7070
with:
7171
java-version: 17
7272
distribution: "temurin"

0 commit comments

Comments
 (0)