Skip to content

Commit 82d4c51

Browse files
cq-boterezrokah
andauthored
chore(deps): Update github-actions (#15)
Co-authored-by: Erez Rokah <[email protected]>
1 parent 1a0c9cb commit 82d4c51

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
tree -nh ./bin
134134
-
135135
name: Upload artifacts
136-
uses: actions/upload-artifact@v4.1.0
136+
uses: actions/upload-artifact@v4.6.2
137137
with:
138138
name: registry
139139
path: ./bin/*

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
git checkout HEAD^2
4646
-
4747
name: Initialize CodeQL
48-
uses: github/codeql-action/init@v3.22.12
48+
uses: github/codeql-action/init@v3.30.3
4949
with:
5050
languages: ${{ matrix.language }}
5151
-
5252
name: Autobuild
53-
uses: github/codeql-action/autobuild@v3.22.12
53+
uses: github/codeql-action/autobuild@v3.30.3
5454
-
5555
name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v3.22.12
56+
uses: github/codeql-action/analyze@v3.30.3

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
docker run --rm -p 5000:5000 -e REGISTRY_STORAGE_DELETE_ENABLED=true -idt "registry:local"
3838
-
3939
name: Run OCI Distribution Spec conformance tests
40-
uses: opencontainers/distribution-spec@v1.0.1
40+
uses: opencontainers/distribution-spec@v1.1.1
4141
env:
4242
OCI_ROOT_URL: ${{ env.OCI_ROOT_URL }}
4343
OCI_NAMESPACE: oci-conformance/distribution-test
@@ -51,7 +51,7 @@ jobs:
5151
run: mkdir -p .out/ && mv {report.html,junit.xml} .out/
5252
-
5353
name: Upload test results
54-
uses: actions/upload-artifact@v4.1.0
54+
uses: actions/upload-artifact@v4.6.2
5555
with:
5656
name: oci-test-results-${{ github.sha }}
5757
path: .out/

.github/workflows/scorecards.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
25+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2626
with:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # tag=v2.0.6
30+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif
@@ -46,15 +46,15 @@ jobs:
4646
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4747
# format to the repository Actions tab.
4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # tag=v4.1.0
49+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5050
with:
5151
name: SARIF file
5252
path: results.sarif
5353
retention-days: 5
5454

5555
# Upload the results to GitHub's code scanning dashboard.
5656
- name: "Upload to code-scanning"
57-
uses: github/codeql-action/upload-sarif@1500a131381b66de0c52ac28abb13cd79f4b7ecc # tag=v2.22.12
57+
uses: github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
5858
with:
5959
sarif_file: results.sarif
6060

0 commit comments

Comments
 (0)