Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/microsoft/setup-…
Browse files Browse the repository at this point in the history
…msbuild-2.0.0
  • Loading branch information
4k4xs4pH1r3 authored Feb 26, 2024
2 parents 588db3e + 219d0b7 commit d9cb8ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchore-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Scan the image and upload dependency results
uses: anchore/sbom-action@bb716408e75840bbb01e839347cd213767269d4a
uses: anchore/sbom-action@b6a39da80722a2cb0ef5d197531764a89b5d48c3
with:
image: "localbuild/testimage:latest"
artifact-name: image.spdx.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
egress-policy: audit

- name: Download ${{ matrix.asset_name }}
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: ${{ matrix.asset_name }}
- name: Set executable flag
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
egress-policy: audit

- name: Download ${{ matrix.asset_name }}
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: ${{ matrix.asset_name }}
- name: Set executable flag
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup R
uses: r-lib/actions/setup-r@ab0a542bf033c5fbe8f65834c003312f2d3afba3
uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579

- name: Setup lintr
uses: r-lib/actions/setup-r-dependencies@ab0a542bf033c5fbe8f65834c003312f2d3afba3
uses: r-lib/actions/setup-r-dependencies@55acd27e7b238c53bbe735b7a459c203a3b3d579
with:
extra-packages: lintr

Expand Down

0 comments on commit d9cb8ad

Please sign in to comment.