Skip to content

Commit

Permalink
Merge pull request #1350 from hashicorp/tsccr-auto-pinning/trusted/20…
Browse files Browse the repository at this point in the history
…24-04-08

SEC-090: Automated trusted workflow pinning (2024-04-08)
  • Loading branch information
manicminer authored Apr 8, 2024
2 parents e8b1163 + 3dcacf3 commit 57611df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-reviewed-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get Artifact
id: get_artifact
continue-on-error: true
uses: dawidd6/action-download-artifact@a430ac5786b39ad5869da25a98130624d2ce340c # v3.1.3
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: pull-request-reviewed.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teamcity-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: zulu
java-version: 17
java-package: jdk
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 57611df

Please sign in to comment.