Skip to content

Commit e1036dd

Browse files
authored
Upgrade GitHub Actions to latest versions (cnoe-io#562)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 885fe52 commit e1036dd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/code-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: ls -al
2121
- name: Scan current project
2222
id: scan
23-
uses: anchore/scan-action@v3
23+
uses: anchore/scan-action@v7
2424
with:
2525
fail-build: false
2626
path: "."

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Generate a token
1414
id: generate-token
15-
uses: actions/create-github-app-token@v1
15+
uses: actions/create-github-app-token@v2
1616
with:
1717
app-id: ${{ vars.CNOE_GH_WORKFLOW_TOKEN_APP_ID }}
1818
private-key: ${{ secrets.CNOE_GH_WORKFLOW_TOKEN_PRIVATE_KEY }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
OUT_FILE=/tmp/idpbuilder make build
3333
- name: Generate a homebrew tap update token
3434
id: generate-token
35-
uses: actions/create-github-app-token@v1
35+
uses: actions/create-github-app-token@v2
3636
with:
3737
app-id: ${{ vars.CNOE_HOMEBREW_APP_ID }}
3838
private-key: ${{ secrets.CNOE_HOMEBREW_PRIVATE_KEY }}
3939
repositories: |
4040
homebrew-tap
4141
- name: GoReleaser
42-
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
42+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
4343
id: run-goreleaser
4444
with:
4545
version: latest

.github/workflows/slash-commands.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
steps:
1111
- name: Generate a token
1212
id: generate-token
13-
uses: actions/create-github-app-token@v1
13+
uses: actions/create-github-app-token@v2
1414
with:
1515
app-id: ${{ vars.CNOE_GH_WORKFLOW_TOKEN_APP_ID }}
1616
private-key: ${{ secrets.CNOE_GH_WORKFLOW_TOKEN_PRIVATE_KEY }}
1717
- name: Slash Command Dispatch
18-
uses: peter-evans/slash-command-dispatch@v4
18+
uses: peter-evans/slash-command-dispatch@v5
1919
with:
2020
token: ${{ steps.generate-token.outputs.token }}
2121
commands: |

0 commit comments

Comments
 (0)