Skip to content

Commit 9fa328e

Browse files
authored
Merge pull request #57 from updatecli/updatecli_main_75bba88f02d598aa1c677386f95e52cad73c9dfb05c65bf6bd87395d6e33aaca
deps(github/action): bump all dependencies
2 parents 2145ae3 + 26d28f8 commit 9fa328e

File tree

4 files changed

+12
-30
lines changed

4 files changed

+12
-30
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
name: Publish Policies
2-
32
on:
43
workflow_dispatch:
54
push:
65
branches: ['main']
7-
86
jobs:
97
publish:
108
runs-on: ubuntu-latest
119
permissions:
1210
contents: read
1311
packages: write
14-
1512
steps:
1613
- name: Checkout repository
17-
uses: actions/checkout@v4
18-
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1915
- name: Setup updatecli
20-
uses: updatecli/updatecli-action@v2
21-
16+
uses: updatecli/updatecli-action@c87b6e040a27f8a44e60a17a01c08ae9247589d5 # v2
2217
- name: Log in to the Container registry
2318
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2419
with:
2520
registry: ghcr.io
2621
username: ${{ github.actor }}
2722
password: ${{ secrets.GITHUB_TOKEN }}
28-
2923
- name: Publish
3024
run: make release
31-

.github/workflows/typos.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Test Typos
22
on: [pull_request]
3-
43
jobs:
54
run:
65
name: Spell Check with Typos
76
runs-on: ubuntu-latest
87
steps:
9-
- name: Checkout Actions Repository
10-
uses: actions/checkout@v4
11-
12-
- name: Check spelling of file.txt
13-
uses: crate-ci/typos@master
14-
8+
- name: Checkout Actions Repository
9+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10+
- name: Check spelling of file.txt
11+
uses: crate-ci/typos@badbd805a3642af4d80951fc1f7b853247c45361 # renovate/stable-1.x

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: "Checkout"
1616
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@v2" # v2
19-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
18+
uses: "updatecli/updatecli-action@c87b6e040a27f8a44e60a17a01c08ae9247589d5" # v2
19+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2020
id: generate_token
2121
if: github.ref == 'refs/heads/main'
2222
with:

.github/workflows/validate.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,30 @@
11
name: Validate Policies
2-
32
on:
43
workflow_dispatch:
54
pull_request:
65
push:
7-
86
jobs:
97
validate:
108
runs-on: ubuntu-latest
119
permissions:
1210
contents: read
13-
1411
steps:
1512
- name: Checkout repository
16-
uses: actions/checkout@v4
17-
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1814
- name: Setup updatecli
19-
uses: updatecli/updatecli-action@v2
20-
15+
uses: updatecli/updatecli-action@c87b6e040a27f8a44e60a17a01c08ae9247589d5 # v2
2116
- name: Setup releasepost
22-
uses: updatecli/releasepost-action@v0.1.0
23-
17+
uses: updatecli/releasepost-action@864390bddae97db06ee881ab4a08d159b4464643 # v0.5.0
2418
- name: Validate
2519
run: make test
26-
27-
- uses: tibdex/github-app-token@v2.1
20+
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
2821
# Only run e2e tests from the main branch as we need some credentials
2922
# that we don't want to risk leaking from pullrequest opened by random contributors
3023
if: github.ref == 'refs/heads/main'
3124
id: generate_testing_token
3225
with:
3326
app_id: ${{ secrets.UPDATECLIBOT_TESTING_APP_ID }}
3427
private_key: ${{ secrets.UPDATECLIBOT_TESTING_APP_PRIVKEY }}
35-
3628
- name: e2e tests
3729
# Only run e2e tests from the main branch as we need some credentials
3830
# that we don't want to risk leaking from pullrequest opened by random contributors

0 commit comments

Comments
 (0)