Skip to content
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/agents-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
submodules: true

- name: Install yq
uses: mikefarah/yq@v4
uses: mikefarah/yq@v4.52.5

- name: Validate agent instructions and skills
run: ./scripts/workflows/agents-validate_agents-instructions-check.sh
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@v4.35.1
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down Expand Up @@ -88,6 +88,6 @@ jobs:
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v4.35.1
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-autobump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install yq
uses: mikefarah/yq@v4
uses: mikefarah/yq@v4.52.5

- name: Check if auto-bump already applied
id: check_autobump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v6

- name: Install yq
uses: mikefarah/yq@v4
uses: mikefarah/yq@v4.52.5

- name: Version Bump
run: ./scripts/workflows/docs-bump_docs-bump_version-bump.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ref: ${{ github.event_name == 'workflow_dispatch' && (inputs.target_commitish != '' && inputs.target_commitish || github.sha) || github.sha }}

- name: Install yq
uses: mikefarah/yq@v4
uses: mikefarah/yq@v4.52.5

- name: Build candidate metadata
id: meta
Expand Down
Loading