Skip to content
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

chore(deps): update all non-major dependencies #92

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache-clear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
egress-policy: "audit"

- name: "Check out code"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0

- name: "Cleanup"
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
egress-policy: "audit"

- name: "Checkout repository"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0

# Initializes the CodeQL tools for scanning.
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4" # v2.21.8
uses: "github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9" # v2.21.9
with:
languages: "${{ matrix.language }}"
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -62,7 +62,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: "Autobuild"
uses: "github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4" # v2.21.8
uses: "github/codeql-action/autobuild@ddccb873888234080b77e9bc2d4764d5ccaaccf9" # v2.21.9

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -75,6 +75,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4" # v2.21.8
uses: "github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9" # v2.21.9
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/introspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
yaml_lintable: "${{ steps.changes.outputs.yaml_lintable }}"
steps:
- name: "Git checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
Expand All @@ -53,7 +53,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
with:
fetch-depth: 2
env:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
with:
fetch-depth: 2
env:
Expand All @@ -120,7 +120,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
with:
fetch-depth: 2
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
egress-policy: "audit"

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

Expand Down Expand Up @@ -73,6 +73,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: "github/codeql-action/upload-sarif@6a28655e3dcb49cb0840ea372fd6d17733edd8a4" # v2.21.8
uses: "github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9" # v2.21.9
with:
sarif_file: "results.sarif"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
egress-policy: "audit"

- name: "Git checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.34.4"
},
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"engines": {
"node": ">=18.16.* <=20.*"
},
Expand Down
Loading