Victor Engmark
5c557495d0
feat: Pin actions to hashes
...
Done with pin-github-action <https://github.com/mheap/pin-github-action >
1.8.0 using `npx pin-github-action .github/workflows/*.yml`, and then
manually bumping the version tag to the relevant number.
This fixes the issue that it is common practice for GitHub Actions
authors to move major tags when releasing new minor versions.
Dependabot supports updating in the same fashion, bumping the version
tag when updating the hash.
2024-06-20 15:57:02 +12:00
Sander
d9660bf088
ci: updated pinned installer
2024-05-15 11:09:57 +00:00
Sander
2f469017fc
ci: update nixpkgs channel
2024-05-15 09:28:22 +00:00
Sander
529d659217
ci: add aarch64-darwin tests where possible
2024-05-15 09:23:14 +00:00
Sander
d6c2f5b788
ci: switch to macos-13
2024-05-15 09:08:51 +00:00
dependabot[bot]
fe6788c5de
chore(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 00:11:47 +00:00
Domen Kožar
e304541747
fix #170
2023-05-01 13:29:04 +01:00
Domen Kožar
846213dc1f
update tests
2023-02-06 13:11:03 +00:00
Domen Kožar
8500bf7aa6
try to fix act test
2022-10-12 14:12:49 +01:00
Bernardo Meurer
112054fda7
refactor: replace with a simpler composite action
2022-04-08 13:53:49 -07:00
Domen Kožar
24e801e9d3
Merge pull request #123 from cachix/dependabot/github_actions/actions/setup-go-3
...
chore(deps): bump actions/setup-go from 2.2.0 to 3
2022-04-07 10:49:09 +01:00
Artturin
0d8fd4ba32
workflows/test.yml use macos-latest again and use nix release with
...
needed commit
2022-03-30 18:26:15 +03:00
Artturin
d8ecd385ef
workflows/test.yml: remove trailing whitespaces
2022-03-30 18:17:54 +03:00
dependabot[bot]
4e13e47759
chore(deps): bump actions/setup-go from 2.2.0 to 3
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2.2.0 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2.2.0...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 09:09:18 +00:00
dependabot[bot]
0c1cffea0a
chore(deps): bump actions/checkout from 2.4.0 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 08:41:13 +00:00
Domen Kožar
7b098d68ff
fix ci
2022-03-23 09:19:05 +00:00
dependabot[bot]
48eb04aeca
chore(deps): bump actions/setup-go from 2.1.5 to 2.2.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2.1.5...v2.2.0 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 00:06:05 +00:00
dependabot[bot]
809d0b6b80
chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2.1.4...v2.1.5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-22 00:01:46 +00:00
Ryan
dc2fdcf14d
ci: switch act to use latest instead of master
...
v0.2.25 was released that includes required fix
https://github.com/nektos/act/releases/tag/v0.2.25
2021-11-24 17:11:57 +01:00
Domen Kožar
7a6ac48c9d
Update .github/workflows/test.yml
...
Co-authored-by: Ryan <me@hackerc.at>
2021-11-17 20:29:05 -06:00
Domen Kožar
31bbb1e1e8
Update .github/workflows/test.yml
...
Co-authored-by: Ryan <me@hackerc.at>
2021-11-17 20:29:05 -06:00
Domen Kožar
9489b6bd0b
Update .github/workflows/test.yml
...
Co-authored-by: Ryan <me@hackerc.at>
2021-11-17 20:29:05 -06:00
Domen Kožar
ac899278cf
Update .github/workflows/test.yml
...
Co-authored-by: Ryan <me@hackerc.at>
2021-11-17 20:29:05 -06:00
Domen Kožar
c5e83e525e
Update .github/workflows/test.yml
...
Co-authored-by: Ryan <me@hackerc.at>
2021-11-17 20:29:05 -06:00
Domen Kožar
5315c85e43
Test for act
2021-11-17 20:29:05 -06:00
Domen Kožar
74ef8ad2cf
Merge pull request #108 from cachix/enable-experimental-features-by-default
...
enable flakes & nix-command features by default
2021-11-05 15:47:08 -06:00
Domen Kožar
53fb0300a7
enable flakes & nix-command features by default
2021-11-05 15:32:10 -06:00
dependabot[bot]
8026a8b63f
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 00:02:18 +00:00
dependabot[bot]
fe464fe88d
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 00:04:56 +00:00
Domen Kožar
542462de24
Merge branch 'master' into flakes-github-token
2021-06-24 18:24:52 +02:00
Domen Kožar
8725a6ad42
flakes: pass github token to shield against rate limiting
2021-06-24 18:23:41 +02:00
Domen Kožar
5d66827b21
bump installer
2021-06-23 18:29:43 +02:00
Domen Kožar
c5dad0de4e
update flakes
2021-04-02 14:46:47 +02:00
Domen Kožar
20d5bae58c
test installer options
2021-02-21 15:41:47 +00:00
Domen Kožar
0383d0d550
Fix flakes example and add a test
2020-12-22 11:45:56 +01:00
Domen Kožar
ba5c343622
CI: trigger push only on master
2020-09-21 16:41:22 +02:00
Domen Kožar
775aed5fcb
Support self-hosted runners and always skip adding a channel
2020-09-21 14:16:30 +02:00
zimbatm
434ba1c7f0
fix the test
2020-08-25 18:20:10 +02:00
zimbatm
d953a4ee09
add failing test
2020-08-25 18:17:09 +02:00
Domen Kožar
1664fea144
add dependabot
2020-07-07 11:21:11 +02:00
Tobias Happ
a744770f4b
Add nix_path action paramter
2020-05-28 16:28:14 +02:00
Domen Kožar
10a7d51bce
allow skipping channel installation
2020-05-27 13:22:53 +02:00
Domen Kožar
642cfa0200
Prepare for Nix 2.3.5
2020-05-26 18:08:30 +02:00
Domen Kožar
bc19d99f45
improve CI
2020-05-12 12:57:56 +02:00
Domen Kožar
16107722cd
re-setup nix.conf after installation
2019-11-19 12:48:58 +01:00
Domen Kožar
9420096b1d
allow binary caches for runner user
2019-11-19 12:48:58 +01:00
Domen Kožar
15adaed2d7
expose nix executables also for runner user
2019-11-19 12:48:58 +01:00
Domen Kožar
4ad20b153f
Fix Catalina
2019-11-07 10:18:56 +01:00
Domen Kožar
d266f22fdb
test that build produces no diff
2019-10-02 16:39:06 +02:00
Domen Kožar
557c7af1de
rename to install-nix-action
2019-10-02 16:06:28 +02:00