Skip to content

Commit

Permalink
Cleanup workflow files to match workflow names (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Oct 8, 2024
1 parent 5c625b1 commit 63af1a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Move issues and pull requests to the project

name: Project management
name: Add new issue or pull request to project

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
- uses: actions/add-to-project@v1
with:
# https://github.com/settings/tokens
# https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
# https://github.com/github/codeql-action#supported-versions-of-the-codeql-action
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
File renamed without changes.

0 comments on commit 63af1a0

Please sign in to comment.