Skip to content

Commit

Permalink
Clarify what we use commit hashes for
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Dec 2, 2024
1 parent d986f92 commit 54ad627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Commit hashes for GitHub Actions

We use commit hashes instead of version numbers for GitHub Actions in our workflows.
We use a commit hash instead of a version number to specify which release of a GitHub Action we use in our workflows.

Version numbers are based on Git tags, which are mutable.
This means a maintainer can alter what code a tag like 'v1.0.0' refers to.
Expand Down

0 comments on commit 54ad627

Please sign in to comment.