Skip to content

Add GitHub Actions linting workflow - #3145

Draft
joewallwork wants to merge 5 commits into
mainfrom
gh-actions-linting
Draft

Add GitHub Actions linting workflow#3145
joewallwork wants to merge 5 commits into
mainfrom
gh-actions-linting

Conversation

@joewallwork

@joewallwork joewallwork commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Okay one last linting workflow! This PR uses the security-oriented Zizmor linter to identify potential issues with GitHub Actions workflows.

I heeded its warnings and fixed a syntax error that was stopping the enzyme-bazel workflow from running previously.

@joewallwork joewallwork self-assigned this Aug 11, 2026
@joewallwork joewallwork added the CI label Aug 11, 2026
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3

- name: Update Nightly Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants