Skip to content

Commit

Permalink
Merge pull request #1752 from sustainable-computing-io/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/github-actions-79f0f8facb

build(deps): bump the github-actions group across 1 directory with 3 updates
  • Loading branch information
dave-tucker authored Sep 3, 2024
2 parents 71b7c63 + 4bc908c commit 527d6a3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ jobs:
cosign sign -y quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}:${{matrix.LABEL}}@${{ steps.build-push-image.outputs.digest }}
- name: Generate SBOM
uses: anchore/[email protected].1
uses: anchore/[email protected].2
with:
image: quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}:${{matrix.LABEL}}
artifact-name: sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.json
output-file: ./sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.spdx.json

- name: save Kepler image SBOM as artifact
if: ${{ inputs.pushImage }}
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.spdx.json
path: ./sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.spdx.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
IMAGE_OUTPUT_PATH: ${{env.OUTPUT_DIR}}${{env.FILE_NAME}}
# save kepler image
- name: save Kepler image as artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: keplerlibbpf
path: ${{env.OUTPUT_DIR}}${{env.FILE_NAME}}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Save artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: artifacts
path: ${{env.ARTIFACT_DIR}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mock_acpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Checkout code
if: ${{ success() }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.pr_branch.outputs.head_sha }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/platform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
IMAGE_OUTPUT_PATH: ${{env.OUTPUT_DIR}}${{env.KEPLER_FILE_NAME}}

- name: Save Kepler image as artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: kepler
path: ${{env.OUTPUT_DIR}}${{env.KEPLER_FILE_NAME}}
Expand All @@ -71,7 +71,7 @@ jobs:
IMAGE_OUTPUT_PATH: ${{env.OUTPUT_DIR}}${{env.VALIDATOR_FILE_NAME}}

- name: Save kepler-validator test image as artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: validator
path: ${{env.OUTPUT_DIR}}${{env.VALIDATOR_FILE_NAME}}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

- name: Save artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: artifacts
path: ${{env.ARTIFACT_DIR}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo tar czvf /tmp/kepler.rpm.tar.gz RPMS/
- name: save Kepler image as artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: kepler_rpm_${{ steps.git_version.outputs.git_version }}
path: /tmp/kepler.rpm.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.1
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd # v4.1.1
with:
persist-credentials: false

Expand All @@ -51,7 +51,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: Upload artifact
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@b18b1d32f3f31abcdc29dee3f2484801fe7822f4 # v4.3.6
with:
name: SARIF file
path: scorecard-results.sarif
Expand Down

0 comments on commit 527d6a3

Please sign in to comment.