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

Install github checkout action to make your releases more secure #16

Closed
0xAverageUser opened this issue Jul 6, 2023 · 1 comment
Closed

Comments

@0xAverageUser
Copy link

along the lines of

name: CI

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2

    # Add additional steps for your job here

@wooorm
Copy link
Owner

wooorm commented Jul 6, 2023

That's what we have already

@wooorm wooorm closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants