Skip to content

Commit 1313987

Browse files
chore(deps): update shared components packages
1 parent 9e09732 commit 1313987

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build_and_validate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
2626
id: filter
2727
with:
@@ -43,7 +43,7 @@ jobs:
4343
run: ./scripts/go-mod-check.sh
4444
- name: golangci-lint
4545
if: steps.filter.outputs.go == 'true'
46-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
46+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
4747
with:
48-
version: v1.43
48+
version: v2.10.1
4949
args: --timeout 2m0s

.github/workflows/generate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
with:
2020
go-version: 1.25.1
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Generate API clients
2424
run: |
2525
./scripts/generate.sh
2626
go mod tidy
2727
28-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
28+
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
2929
with:
3030
title: "chore(all): re-generate OpenAPI client(s)"
3131
token: "${{ secrets.CI_USER_TOKEN }}"

.github/workflows/generate_errors.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
node-version: [14.x]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Fetch Errors JSON files
2323
run: ./scripts/errors/fetch-errors.sh
2424
- name: Generate Errors SDK
2525
run: ./scripts/errors/generate-errors.sh
26-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
26+
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
2727
with:
2828
title: "fix(all): regenerated Error SDK(s)"
2929
token: "${{ secrets.CI_USER_TOKEN }}"

.github/workflows/push_security_sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- "redhat-developer/app-services-sdk-java"
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- name: KAS Fleet Manager OpenAPI changed
23-
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
23+
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4
2424
with:
2525
token: ${{ env.APP_SERVICES_CI_TOKEN }}
2626
repository: ${{ matrix.repo }}

.github/workflows/update_openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
with:
3030
go-version: 1.25.1
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
- name: Fetch OpenAPI doc
3434
if: github.event.inputs.url != ''
3535
run: ./scripts/fetch_api.sh ${{ github.event.inputs.url }}
3636
- name: Fetch OpenAPI doc
3737
if: github.event.client_payload.download_url != ''
3838
run: ./scripts/fetch_api.sh ${{ github.event.client_payload.download_url }}
39-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
39+
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
4040
with:
4141
title: "chore(openapi): update ${{ env.CLIENT_ID }} OpenAPI document"
4242
token: "${{ secrets.CI_USER_TOKEN }}"

0 commit comments

Comments
 (0)