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/clean-up-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0

- name: Cleanup
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0

- name: Cleanup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
echo "IMAGE_TAG=pr-${{steps.search-pr.outputs.pr}}" >> $GITHUB_ENV
- name: Checkout of k8s-deployments
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
repository: ${{ github.repository_owner }}/${{ needs.split-environment.outputs.is-corporate == 'true' && 'corporate-apps' || 'k8s-deployments' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: read
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
- name: Run pre-build
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
outputs:
files_changed: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.scripts == 'true' }}
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 2 # To retrieve the preceding commit.
- uses: dorny/paths-filter@v4
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
private-key: ${{ secrets.APP_SECRET }}
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
ref: ${{github.event.pull_request.head.ref}} # Can't commit on detached PR merge commit, so this checkouts the branch
token: ${{ steps.generate-token.outputs.token }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
private-key: ${{ secrets.APP_SECRET }}
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: read
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Configure AWS Credentials
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_SECRET }}
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
- run: git config --global url.https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/.insteadOf https://github.com/
- uses: actions/setup-go@v6
with:
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
if: ${{ inputs.vulnerability-scan}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
- name: Run Trivy vulnerability scanner (for summary)
# trivy-action v0.35.0 (safe version)
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
outputs:
files_changed: ${{ steps.filter.outputs.js == 'true' || steps.filter.outputs.scripts == 'true' }}
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 2 # To retrieve the preceding commit.
- uses: dorny/paths-filter@v4
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
private-key: ${{ secrets.APP_SECRET }}
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
ref: ${{github.event.pull_request.head.ref}} # Can't commit on detached PR merge commit, so this checkouts the branch
token: ${{ steps.generate-token.outputs.token }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
private-key: ${{ secrets.APP_SECRET }}
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: read
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Configure AWS Credentials
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
if: ${{ inputs.vulnerability-scan}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
- name: Run Trivy vulnerability scanner (for summary)
# trivy-action v0.36.0 (safe version)
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
private-key: ${{ secrets.APP_SECRET }}
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{github.event.pull_request.head.ref}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
markdown_files: ${{ steps.filter.outputs.markdown_files }}
github_actions_files_changed: ${{ steps.filter.outputs.github-actions == 'true' }}
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 2 # To retrieve the preceding commit.
- uses: dorny/paths-filter@v4
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
private-key: ${{ secrets.APP_SECRET }}
permission-contents: write
permission-workflows: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{github.event.pull_request.head.ref}}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_SECRET }}
permission-contents: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{github.event.pull_request.head.ref}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_SECRET }}
permission-contents: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
ref: ${{ github.head_ref }}
token: ${{ steps.generate-token.outputs.token }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
outputs:
files_changed: ${{ steps.filter.outputs.python == 'true' }}
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
- uses: dorny/paths-filter@v4
id: filter
with:
Expand All @@ -95,7 +95,7 @@ jobs:
private-key: ${{ secrets.APP_SECRET }}
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{github.event.pull_request.head.ref}}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
with:
token: ${{ steps.generate-token.outputs.token }}
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
if: ${{ inputs.vulnerability-scan}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
- name: Run Trivy vulnerability scanner (for summary)
# trivy-action v0.35.0 (safe version)
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_SECRET }}
permission-contents: write
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
if: ${{ startsWith(github.ref, 'refs/tags/') == false }}
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
token: ${{ steps.generate-token.outputs.token }}
fetch-depth: 0
- uses: actions/checkout@v6.0.3
- uses: actions/checkout@v7.0.0
if: ${{ startsWith(github.ref, 'refs/tags/') == true }}
with:
ref: ${{ github.ref }}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
pull-requests: read
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
- name: Select configuration
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
- name: Generate SBOM
Expand Down
Loading