Skip to content

Commit 29c1ef2

Browse files
authored
Merge pull request #452 from crossplane/renovate/all-non-major-github-action
Update all non-major github action
2 parents f6f4784 + 3affa22 commit 29c1ef2

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: github.event.pull_request.merged
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
25+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
22+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2323
with:
2424
submodules: true
2525

@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
76+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
7777
with:
7878
submodules: true
7979

@@ -107,7 +107,7 @@ jobs:
107107
# this action because it leaves 'annotations' (i.e. it comments on PRs to
108108
# point out linter violations).
109109
- name: Lint
110-
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3
110+
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
111111
with:
112112
version: ${{ env.GOLANGCI_VERSION }}
113113
skip-cache: true # We do our own caching.
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
- name: Checkout
122-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
122+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
123123
with:
124124
submodules: true
125125

@@ -150,25 +150,25 @@ jobs:
150150
run: make vendor vendor.check
151151

152152
- name: Initialize CodeQL
153-
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2
153+
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2
154154
with:
155155
languages: go
156156

157157
- name: Perform CodeQL Analysis
158-
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2
158+
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2
159159

160160
trivy-scan-fs:
161161
runs-on: ubuntu-22.04
162162
needs: detect-noop
163163
if: needs.detect-noop.outputs.noop != 'true'
164164
steps:
165165
- name: Checkout
166-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
166+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
167167
with:
168168
submodules: true
169169

170170
- name: Run Trivy vulnerability scanner in fs mode
171-
uses: aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # 0.11.0
171+
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
172172
with:
173173
scan-type: 'fs'
174174
ignore-unfixed: true
@@ -184,7 +184,7 @@ jobs:
184184

185185
steps:
186186
- name: Checkout
187-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
187+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
188188
with:
189189
submodules: true
190190

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
permission-level: write
8181

8282
- name: Checkout
83-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
83+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
8484
with:
8585
fetch-depth: 0
8686

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
27+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2828
with:
2929
submodules: true
3030

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2020

2121
- name: Create Tag
2222
uses: negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320 # v1

0 commit comments

Comments
 (0)