Skip to content

Commit

Permalink
Updated all workflows actions/checkout@v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaviral2609 committed Jul 24, 2023
1 parent 39f42a9 commit 0e836f7
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/airflow-operator-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
go: [ '1.20' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
- uses: ./.github/workflows/go-setup
- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/airflow-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- tox-env: 'py310'
python: '3.10'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
- uses: ./.github/workflows/go-setup
- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max"
DOCKER_BUILDX_BUILDER: "builder"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.3.0
- run: docker buildx create --name ${DOCKER_BUILDX_BUILDER} --driver docker-container --use
- run: docker buildx install
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
go: [ '1.20' ]
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- uses: ./.github/workflows/go-setup
- run: make build-ci
- run: make tests-e2e-setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
# The ArmadaProject.Io.Client needs the generated proto files
- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ runs:
go-version: ${{ matrix.go }}
- name: Setup dependencies
shell: bash
run: make download
run: make download
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0

- name: Setup Golang with Cache
uses: magnetikonline/action-golang-cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
path: master

- name: Checkout gh-pages branch
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
ref: 'gh-pages'
path: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-client-release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
go: [ '1.20' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
- uses: ./.github/workflows/go-setup
- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- tox-env: 'py310'
python: '3.10'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
- uses: ./.github/workflows/go-setup
- uses: ./.github/workflows/python-tests
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max"
DOCKER_BUILDX_BUILDER: "builder"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.3.0
- run: docker buildx create --name ${DOCKER_BUILDX_BUILDER} --driver docker-container --use
- run: docker buildx install
- uses: actions/setup-go@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v3.3.0"
with:
fetch-depth: 0

Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v3.3.0"
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v3.3.0"
with:
fetch-depth: 0

Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event == 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.3.0
- name: "Pull Request Notification"
uses: Mo-Fatah/ci-alerts@v1
env:
Expand All @@ -36,4 +36,4 @@ jobs:
author: ${{ github.actor }}
workflow_name: ${{ github.event.workflow_run.name }}
workflow_url: ${{ github.event.workflow_run.html_url}}
users_path: ${{github.workspace}}/.github/gh-to-slackid
users_path: ${{github.workspace}}/.github/gh-to-slackid
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0

- name: Setup Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0

- name: Setup Golang with Cache
uses: magnetikonline/action-golang-cache@v4
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0

- name: Create Docker Buildx Builder
run: docker buildx create --name ${DOCKER_BUILDX_BUILDER} --driver docker-container --use
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0

- name: Setup Golang with Cache
uses: magnetikonline/action-golang-cache@v4
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.3.0

- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down

0 comments on commit 0e836f7

Please sign in to comment.