Skip to content

Commit 7ba553f

Browse files
🌱 Update github-actions group to v3
| datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v2 | v3 | | github-tags | softprops/action-gh-release | v2 | v3 |
1 parent b3680fb commit 7ba553f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.34
1+
1.1.35

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.34
24+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.35
2525
credentials:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.github_token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
make release-notes
156156
157157
- name: Release
158-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
158+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
159159
with:
160160
draft: true
161161
files: out/*

.github/workflows/schedule-scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Trivy
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.34
12+
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.35
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.github_token }}

.github/workflows/schedule-update-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3434

3535
- name: Generate Token
36-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
36+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
3737

3838
id: generate-token
3939
with:

0 commit comments

Comments
 (0)