Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
id-token: write # Required for the central-login action which we will test.
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up hostname
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: stackrox/stackrox
path: stackrox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Node.js 20.x
uses: actions/setup-node@v6.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GITSIGN_LOG: "/tmp/gitsign.log"
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
ref: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-main-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0 # Required since we need to ensure all tags are contained within the checkout.
token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
Expand Down
Loading