Skip to content

Commit 3d4edb8

Browse files
hashicorp-tsccr[bot]ansgarm
authored andcommitted
Result of tsccr-helper -log-level=info gha update -latest .github/
1 parent cd95f47 commit 3d4edb8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
version: ${{ needs.set-product-version.outputs.product-version }}
6464
product: ${{ env.PKG_NAME }}
6565
repositoryOwner: "hashicorp"
66-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
66+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6767
with:
6868
name: metadata.json
6969
path: ${{ steps.generate-metadata-file.outputs.filepath }}

.github/workflows/cdktf-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Get yarn cache directory path
1616
id: global-cache-dir-path
1717
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
18-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
18+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
1919
id: global-cache
2020
with:
2121
path: ${{ steps.global-cache-dir-path.outputs.dir }}
@@ -60,7 +60,7 @@ jobs:
6060
git push "https://${{ env.CI_COMMIT_AUTHOR }}:${{ secrets.TF_DEVEX_COMMIT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
6161
6262
- name: Create Pull Request
63-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
63+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
6464
with:
6565
commit-message: "docs: update cdktf documentation"
6666
title: "docs: update cdktf documentation"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
cd .changes
9090
sed -e "1{/# /d;}" -e "2{/^$/d;}" ${{ needs.changelog-version.outputs.version }}.md > release-notes.txt
9191
92-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
92+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
9393
with:
9494
name: release-notes
9595
path: ./.changes/release-notes.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: 'go.mod'
3030

3131
- name: Run linters
32-
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
32+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3333
with:
3434
version: latest
3535

0 commit comments

Comments
 (0)