Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commits-signed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go 1.25
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -145,7 +145,7 @@ jobs:
# ---------- cache plugin ----------
- name: Checkout cache plugin 🛎️
if: matrix.plugin == 'cache'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: gatewayd-io/gatewayd-plugin-cache
path: gatewayd-plugin-cache
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
# ---------- auth plugin ----------
- name: Checkout auth plugin 🛎️
if: matrix.plugin == 'auth'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: gatewayd-io/gatewayd-plugin-auth
path: gatewayd-plugin-auth
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
# ---------- js plugin ----------
- name: Checkout js plugin 🛎️
if: matrix.plugin == 'js'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: gatewayd-io/gatewayd-plugin-js
path: gatewayd-plugin-js
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
# ---------- sql-ids-ips plugin ----------
- name: Checkout sql-ids-ips plugin 🛎️
if: matrix.plugin == 'sql-ids-ips'
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: gatewayd-io/gatewayd-plugin-sql-ids-ips
path: gatewayd-plugin-sql-ids-ips
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ env.SHA }}
- name: Set short SHA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go 1.25
Expand Down