-
Notifications
You must be signed in to change notification settings - Fork 70
chore(deps): bump the github-actions group with 8 updates #3209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -231,7 +231,7 @@ | |||||
| runs-on: ubuntu-latest | ||||||
| container: ghcr.io/astral-sh/uv:debian | ||||||
| steps: | ||||||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| fetch-depth: 1 | ||||||
| submodules: false | ||||||
|
|
@@ -250,7 +250,7 @@ | |||||
| if: needs.determine-test-scope.outputs.code_quality_tests == 'true' | ||||||
| runs-on: ubuntu-latest | ||||||
| steps: | ||||||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| fetch-depth: 1 | ||||||
| submodules: false | ||||||
|
|
@@ -279,12 +279,12 @@ | |||||
| security-events: write | ||||||
| steps: | ||||||
| - name: Checkout repository | ||||||
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Install the latest version of uv | ||||||
| uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 | ||||||
| uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 | ||||||
|
|
||||||
| - name: Run zizmor 🌈 | ||||||
| run: uvx zizmor .github/workflows/*.y* --format=sarif . > results.sarif | ||||||
|
|
@@ -374,13 +374,13 @@ | |||||
| continue-on-error: ${{ github.event_name == 'pull_request' }} | ||||||
| steps: | ||||||
| - name: Check out source code | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| fetch-depth: 0 # fetch all commits in the PR | ||||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: Setup node | ||||||
| uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 | ||||||
| uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4 | ||||||
Check warningCode scanning / zizmor detects commit SHAs that don't match their version comment tags Warning
detects commit SHAs that don't match their version comment tags
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. comment says
Suggested change
Prompt To Fix With AIThis is a comment left during a code review.
Path: .github/workflows/tidy3d-python-client-tests.yml
Line: 383:383
Comment:
comment says `# v4` but the hash `6044e13b5dc448c55e2357c09f80417699197238` is for v6.2.0
```suggestion
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
```
How can I resolve this? If you propose a fix, please make it concise.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hoped that dependabot did it automatically :/ |
||||||
| with: | ||||||
| node-version: lts/* | ||||||
|
|
||||||
|
|
@@ -428,7 +428,7 @@ | |||||
| shell: bash | ||||||
| steps: | ||||||
| - name: checkout-branch | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| ref: ${{ github.event.pull_request.head.ref }} | ||||||
| repository: ${{ github.event.pull_request.head.repo.full_name }} | ||||||
|
|
@@ -608,15 +608,15 @@ | |||||
| steps: | ||||||
| - name: checkout-head | ||||||
| if: ${{ !env.RELEASE_TAG }} | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| fetch-depth: 0 | ||||||
| submodules: false | ||||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: checkout-tag | ||||||
| if: ${{ env.RELEASE_TAG }} | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| ref: refs/tags/${{ env.RELEASE_TAG }} | ||||||
| fetch-depth: 0 | ||||||
|
|
@@ -671,7 +671,7 @@ | |||||
| --compare-branch origin/${GITHUB_EVENT_PULL_REQUEST_BASE_REF} \ | ||||||
| --format markdown:diff-coverage.md | ||||||
|
|
||||||
| - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 | ||||||
| - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 | ||||||
| if: >- | ||||||
| matrix.python-version == '3.13' && | ||||||
| github.event_name == 'pull_request' && | ||||||
|
|
@@ -733,15 +733,15 @@ | |||||
| steps: | ||||||
| - name: checkout-head | ||||||
| if: ${{ !env.RELEASE_TAG }} | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| fetch-depth: 1 | ||||||
| submodules: false | ||||||
| persist-credentials: false | ||||||
|
|
||||||
| - name: checkout-tag | ||||||
| if: ${{ env.RELEASE_TAG }} | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| ref: refs/tags/${{ env.RELEASE_TAG }} | ||||||
| fetch-depth: 1 | ||||||
|
|
@@ -761,7 +761,7 @@ | |||||
| python-version: ${{ matrix.python-version }} | ||||||
|
|
||||||
| - name: configure-aws-credentials | ||||||
| uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 | ||||||
| uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1 | ||||||
| with: | ||||||
| aws-access-key-id: ${{ secrets.AWS_CODEARTIFACT_ACCESS_KEY }} | ||||||
| aws-secret-access-key: ${{ secrets.AWS_CODEARTIFACT_ACCESS_SECRET }} | ||||||
|
|
@@ -855,7 +855,7 @@ | |||||
| if: needs.determine-test-scope.outputs.version_match_tests == 'true' | ||||||
| steps: | ||||||
| - name: checkout-code | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| ref: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag || inputs.release_tag) || github.ref }} | ||||||
| persist-credentials: false | ||||||
|
|
@@ -925,15 +925,15 @@ | |||||
| steps: | ||||||
| - name: checkout-head | ||||||
| if: ${{ !env.RELEASE_TAG }} | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| submodules: 'recursive' | ||||||
| fetch-depth: 0 | ||||||
| persist-credentials: true | ||||||
|
|
||||||
| - name: checkout-tag | ||||||
| if: ${{ env.RELEASE_TAG }} | ||||||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| ref: ${{ env.RELEASE_TAG }} | ||||||
| submodules: 'recursive' | ||||||
|
|
||||||
Check warning
Code scanning / zizmor
detects commit SHAs that don't match their version comment tags Warning