Skip to content
Closed
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/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
api: ${{ steps.filter.outputs.api }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Filter paths
id: filter
uses: dorny/paths-filter@v3
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aro-hcp-e2e-tests-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 1
- name: Install Azure CLI
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bicep-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
bicep: ${{ steps.filter.outputs.bicep }}
steps:
- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Filter paths
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: 'az bicep format and lint'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-observability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
grafana: ${{ steps.filter.outputs.grafana }}
prometheus: ${{ steps.filter.outputs.prometheus }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 1
- name: Filter paths
Expand All @@ -30,7 +30,7 @@ jobs:
if: needs.paths-filter.outputs.grafana == 'true'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
Expand All @@ -53,7 +53,7 @@ jobs:
if: needs.paths-filter.outputs.prometheus == 'true'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: 'Set up Go'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
outputs:
yaml: ${{ steps.filter.outputs.yaml }}
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- uses: dorny/paths-filter@v3
Expand All @@ -30,7 +30,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: 'Set up Go'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: '20'
- name: 'Validate configurations'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/environment-infra-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: "install azure-cli"
Expand All @@ -69,7 +69,7 @@ jobs:
needs:
- deploy_region_rg
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: "install azure-cli"
Expand All @@ -96,7 +96,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: "install azure-cli"
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/runbook-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Set up Python
Expand All @@ -59,7 +59,7 @@ jobs:
needs: ci
steps:
- name: Checkout code
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Az CLI login
Expand All @@ -82,7 +82,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Az CLI login
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/services-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: "install azure-cli"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: "install azure-cli"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/services-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Build frontend container image
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Build backend container image
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Build admin api container image
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Build oc-mirror container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
with:
fetch-depth: 1
- name: Linters
Expand Down
Loading