Skip to content

Commit 7e37593

Browse files
chore(deps): Update github-actions
1 parent 1251d87 commit 7e37593

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gen_coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate GitHub App token
2222
id: app-token
23-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
23+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2424
with:
2525
app-id: ${{ secrets.CQ_APP_ID }}
2626
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate GitHub App token
2121
id: app-token
22-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
22+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2323
with:
2424
app-id: ${{ secrets.CQ_APP_ID }}
2525
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}

.github/workflows/lint_golang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
${{ runner.os }}-go-${{ steps.setup-go.outputs.go-version }}-
3434
${{ runner.os }}-go-
3535
- name: golangci-lint
36-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
36+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
3737
with:
38-
version: v2.11.4
38+
version: v2.12.2

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate GitHub App token
1616
id: app-token
17-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
17+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1818
with:
1919
app-id: ${{ secrets.CQ_APP_ID }}
2020
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)