Skip to content

Commit 4f8c0c9

Browse files
chore(deps): pin trusted workflows based on HashiCorp TSCCR (#3700)
Bumping GitHub Actions version to latest TSCCR release. * changes in `.github/workflows/docker.yml` - bump `docker/setup-buildx-action` from `v3.5.0` to `v3.6.1` ([release notes](https://github.com/docker/setup-buildx-action/releases/tag/v3.6.1)) * changes in `.github/workflows/integration.yml` - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) * changes in `.github/workflows/provider-integration.yml` - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) * changes in `.github/workflows/release.yml` - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) * changes in `.github/workflows/release_next.yml` - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) * changes in `.github/workflows/yarn-upgrade.yml` - bump `actions/upload-artifact` from `v4.3.4` to `v4.3.5` ([release notes](https://github.com/actions/upload-artifact/releases/tag/v4.3.5)) _This PR was auto-generated by [security-tsccr/actions/runs/10346725273](https://github.com/hashicorp/security-tsccr/actions/runs/10346725273)_ _You can alter the configuration of this automation via the hcl config in [security-tsccr/automation](https://github.com/hashicorp/security-tsccr/tree/main/automation)_ _This PR can be regenerated by dispatching the GitHub workflow [Pin Action Refs](https://github.com/hashicorp/security-tsccr/actions/workflows/pin-workflows.yml). Please reach out to #team-prodsec if you have any questions._ [](hashicorp/security-tsccr#193) Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent 26a78bf commit 4f8c0c9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0
21+
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
2222
- name: Cache Docker layers
2323
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2424
with:

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
6969
GOCACHE: ${{ steps.global-cache-dir-path.outputs.go }}
7070
- name: Upload dist
71-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
71+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7272
if: ${{ !inputs.skip_setup }}
7373
with:
7474
name: dist
7575
path: dist
7676
- name: Upload edge-provider bindings
77-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
77+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7878
if: ${{ !inputs.skip_setup }}
7979
with:
8080
name: edge-provider-bindings

.github/workflows/provider-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cd test && yarn
7474
- name: Upload dist
7575
if: ${{ !inputs.skip_setup }}
76-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
76+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7777
with:
7878
name: dist
7979
path: dist

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
env:
6969
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
7070
- name: Upload artifact
71-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
71+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7272
with:
7373
name: dist
7474
path: dist
7575
- name: Upload edge-provider bindings
76-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
76+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7777
if: ${{ !inputs.skip_setup }}
7878
with:
7979
name: edge-provider-bindings

.github/workflows/release_next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
env:
7575
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
7676
- name: Upload artifact
77-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
77+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
7878
with:
7979
name: dist
8080
path: dist
8181
- name: Upload edge-provider bindings
82-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
82+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
8383
if: ${{ !inputs.skip_setup }}
8484
with:
8585
name: edge-provider-bindings

.github/workflows/yarn-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git add .
6464
git diff --patch --staged > ./upgrade.patch
6565
- name: Upload Patch
66-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
66+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
6767
with:
6868
name: upgrade.patch
6969
path: ./upgrade.patch

0 commit comments

Comments
 (0)