From ba9aa50b122a2680bca4a486f8e13bb80e99fa3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:17:55 +0000 Subject: [PATCH 1/2] chore(deps): bump cookiejar from 2.1.2 to 2.1.4 Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/bmeck/node-cookiejar/releases) - [Commits](https://github.com/bmeck/node-cookiejar/commits) --- updated-dependencies: - dependency-name: cookiejar dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29b3e0dc99..a8c1e20a1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17597,9 +17597,9 @@ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" }, "node_modules/cookiejar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz", - "integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" }, "node_modules/copy-concurrently": { "version": "1.0.5", @@ -57383,9 +57383,9 @@ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" }, "cookiejar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz", - "integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==" + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" }, "copy-concurrently": { "version": "1.0.5", From d9ee40198da90c5e681df69402553fe7f9a67425 Mon Sep 17 00:00:00 2001 From: Casey Dyer Date: Thu, 25 Apr 2024 13:49:17 -0700 Subject: [PATCH 2/2] fix: add branch name for github-actions --- .github/workflows/lint-name.yaml | 1 + .github/workflows/release-build.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/lint-name.yaml b/.github/workflows/lint-name.yaml index 319ff3acad..48666f4982 100644 --- a/.github/workflows/lint-name.yaml +++ b/.github/workflows/lint-name.yaml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v3 with: repository: kiva/github-actions + ref: main token: ${{ env.GITHUB_PAT }} path: .github/ - name: lint-pr diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index ad8a8b4ce7..c233985fb4 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v3 with: repository: kiva/github-actions + ref: main token: ${{ env.GITHUB_PAT }} path: .github/ - uses: snow-actions/sparse-checkout@v1.2.0 @@ -61,6 +62,7 @@ jobs: uses: actions/checkout@v3 with: repository: kiva/github-actions + ref: main token: ${{ env.GITHUB_PAT }} path: .github/ - uses: snow-actions/sparse-checkout@v1.2.0