Skip to content

Commit

Permalink
Bump actions/checkout from 2.7.0 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.7.0...11bd719)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent e163934 commit 21a2405
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: docker build --tag ${{ inputs.registry }}/${{ inputs.image_name }}:${{ inputs.image_version }} api/
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Reference: https://github.com/swagger-api/swagger-codegen/blob/master/standalone-gen-dev/standalone-generator-development.md
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: API Generation Setup
run: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: |
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Copy API Definition
run: cp ${{ env.SWAGGER_API_FILE }} ${{ env.BUILD_DIR }}
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: |
Expand All @@ -263,7 +263,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: |
Expand All @@ -289,7 +289,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: |
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: |
Expand All @@ -350,7 +350,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: |
Expand All @@ -375,7 +375,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2

- name: Build image
run: |
Expand All @@ -393,9 +393,9 @@ jobs:
build-obsidian-lightswitch-chaincode:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2
- name: Checkout the Obsidian repo
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2
with:
repository: mcoblenz/Obsidian
path: './Obsidian'
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
- name: Prepare
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 21a2405

Please sign in to comment.