Skip to content

Commit

Permalink
Merge pull request #767 from portefaix/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.1.1
  • Loading branch information
nlamirault authored Oct 20, 2023
2 parents aa36e78 + 45a0f9a commit 4d7236e
Show file tree
Hide file tree
Showing 49 changed files with 235 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-run-homelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Tailscale
uses: tailscale/github-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/inspec-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "Inspect CIS on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
echo "Test Portefaix on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
echo "Test Portefaix on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
echo "Test Portefaix on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
echo "Test Portefaix on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
echo "Test Portefaix on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
echo "Test Portefaix on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
echo "Test Portefaix on Azure / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/inspec-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "Inspect CIS on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
echo "Test Portefaix on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
echo "Test Portefaix on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
echo "Test Portefaix on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
echo "Test Portefaix on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
echo "Test Portefaix on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
echo "Test Portefaix on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
echo "Test Portefaix on GCP / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure GCP credentials
uses: google-github-actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues-labels-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
comment:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
2 changes: 1 addition & 1 deletion .github/workflows/rebase.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 the latest code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup tools
uses: ./.github/actions/tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
egress-policy: audit

- name: "Checkout code"
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
update_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions-ecosystem/action-size@v2
id: size
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tf-deploy-alicloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "VPC / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand All @@ -65,7 +65,7 @@ jobs:
echo "SSH Key Pair / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand All @@ -89,7 +89,7 @@ jobs:
echo "NAT Gateway / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand All @@ -113,7 +113,7 @@ jobs:
echo "Elastic IP Address for NAT Gateway / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand All @@ -139,7 +139,7 @@ jobs:
echo "ACK / ${{ github.event.inputs.env }}"
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down
Loading

0 comments on commit 4d7236e

Please sign in to comment.