stevenhorsman
088e97075c
workflow: Add top-level permissions
...
Set:
```
permissions:
contents: read
```
as the default top-level permissions explicitly
to conform to recommended security practices e.g.
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
2025-05-28 19:34:28 +01:00
stevenhorsman
491210ed22
workflows: linting: Fix shellcheck SC2006
...
> Use $(...) notation instead of legacy backticks `...`
Signed-off-by: stevenhorsman <steven@uk.ibm.com >
2024-12-06 13:50:12 +00:00
stevenhorsman
9113606d45
workflows: linting: Fix shellcheck SC2086
...
> Double quote to prevent globbing and word splitting.
Signed-off-by: stevenhorsman <steven@uk.ibm.com >
2024-12-06 13:50:12 +00:00
Aurélien Bombo
de98e467b4
ci: Use ubuntu-22.04 instead of ubuntu-latest
...
22.04 is the default today:
23da668261/README.md
Being more specific will avoid unexpected errors when Github updates the
default.
Signed-off-by: Aurélien Bombo <abombo@microsoft.com >
2024-08-27 16:44:39 +00:00
Fabiano Fidêncio
c5cfad7023
actions: Move all the checkout actions to v4
...
It's been released for a while now, and we need to keep consistency
between what we used.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com >
2023-10-23 14:01:53 +02:00
Fabiano Fidêncio
87568ed985
gha: Test split out runtimeclasses are in sync with all-in-one file
...
This is needed in order to not lose track of what's been created and
what's been added here and there.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com >
2023-07-28 10:04:33 +02:00