diff options
author | 2022-04-25 07:41:40 -0700 | |
---|---|---|
committer | 2022-04-25 07:41:40 -0700 | |
commit | 107ad75c0253c55e30b7c020dca760e5bbeb9d77 (patch) | |
tree | 8e3848b62a8f156af2e78222674e3f53a874c5b8 | |
parent | 939481807ef99628e0d70c1f08cdd55832f5d555 (diff) | |
download | coredns-107ad75c0253c55e30b7c020dca760e5bbeb9d77.tar.gz coredns-107ad75c0253c55e30b7c020dca760e5bbeb9d77.tar.zst coredns-107ad75c0253c55e30b7c020dca760e5bbeb9d77.zip |
build(deps): bump actions/checkout from 3.0.1 to 3.0.2 (#5340)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/dcd71f646680f2efd8db4afa5ad64fdcba30e748...2541b1294d2704b0964813337f33b291d3f8596b)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
-rw-r--r-- | .github/workflows/docker.yml | 2 | ||||
-rw-r--r-- | .github/workflows/go.coverage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/go.fmt.yml | 2 | ||||
-rw-r--r-- | .github/workflows/go.test.yml | 8 | ||||
-rw-r--r-- | .github/workflows/go.tidy.yml | 2 | ||||
-rw-r--r-- | .github/workflows/make.doc.yml | 2 | ||||
-rw-r--r-- | .github/workflows/reviewdog.yml | 4 | ||||
-rw-r--r-- | .github/workflows/scorecards.yml | 2 | ||||
-rw-r--r-- | .github/workflows/whitespace.yml | 2 | ||||
-rw-r--r-- | .github/workflows/yamllint.yml | 2 |
11 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0d031e64f..2b9400bdc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Initialize CodeQL uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 07a60c9df..97742575a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,7 +20,7 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} RELEASE: ${{ github.event.inputs.release || github.event.release.tag_name }} steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Build Docker Images run: make VERSION=${RELEASE:1} DOCKER=coredns -f Makefile.docker release - name: Show Docker Images diff --git a/.github/workflows/go.coverage.yml b/.github/workflows/go.coverage.yml index 1042f6a1f..d24fda99f 100644 --- a/.github/workflows/go.coverage.yml +++ b/.github/workflows/go.coverage.yml @@ -15,7 +15,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Build run: go build -v ./... diff --git a/.github/workflows/go.fmt.yml b/.github/workflows/go.fmt.yml index 834c3bab4..b93e48c33 100644 --- a/.github/workflows/go.fmt.yml +++ b/.github/workflows/go.fmt.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Fmt run: | diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index 0fefdf100..368f25241 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -15,7 +15,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Build run: go build -v ./... @@ -37,7 +37,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Build run: go build -v ./... @@ -56,7 +56,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Build run: go build -v ./... @@ -74,7 +74,7 @@ jobs: run: sudo apt-get install make curl - name: Check out code - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Test Makefile.release run: make GITHUB_ACCESS_TOKEN=x -n release github-push -f Makefile.release diff --git a/.github/workflows/go.tidy.yml b/.github/workflows/go.tidy.yml index 747afc056..834f35f98 100644 --- a/.github/workflows/go.tidy.yml +++ b/.github/workflows/go.tidy.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Checkout - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Tidy run: | diff --git a/.github/workflows/make.doc.yml b/.github/workflows/make.doc.yml index a923f5a9d..275fa0cda 100644 --- a/.github/workflows/make.doc.yml +++ b/.github/workflows/make.doc.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Setup Go uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 804959585..b21294f43 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -12,7 +12,7 @@ jobs: name: Go Fmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - run: find . -not -path '*/\.git/*' -type f -name '*.go' -exec gofmt -s -w {} \+ - uses: reviewdog/action-suggester@ecf27b2b88b6d83028e599a46517b4a1c18a72c6 @@ -20,6 +20,6 @@ jobs: name: Whitespace runs-on: ubuntu-latest steps: - - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - run: find . -not -path '*/\.git/*' -type f -not -name '*.go' -exec sed -i 's/[[:space:]]\{1,\}$//' {} \+ - uses: reviewdog/action-suggester@ecf27b2b88b6d83028e599a46517b4a1c18a72c6 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 27782b0e0..629f4a2a1 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: persist-credentials: false diff --git a/.github/workflows/whitespace.yml b/.github/workflows/whitespace.yml index c05cae06f..4f9a97f7b 100644 --- a/.github/workflows/whitespace.yml +++ b/.github/workflows/whitespace.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Remove Trailing Whitespaces run: | diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 5033cfff3..25bd099ac 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: 'Yamllint' uses: karancode/yamllint-github-action@dd59165b84d90d37fc919c3c7dd84c7e37cd6bfb with: |