Commit e4a8817
authored
Upgrade GitHub Actions to latest versions (#2346)
## Summary
Upgrade GitHub Actions to their latest versions for improved features,
bug fixes, and security updates.
## Changes
| Action | Old Version(s) | New Version | Release | Files |
|--------|---------------|-------------|---------|-------|
| `aws-actions/configure-aws-credentials` |
[`v1`](https://github.com/aws-actions/configure-aws-credentials/releases/tag/v1),
[`v4.1.0`](https://github.com/aws-actions/configure-aws-credentials/releases/tag/v4.1.0)
|
[`v5.1.1`](https://github.com/aws-actions/configure-aws-credentials/releases/tag/v5.1.1)
|
[Release](https://github.com/aws-actions/configure-aws-credentials/releases/tag/v5)
| publish.yml, release.yml |
| `docker/build-push-action` |
[`v3`](https://github.com/docker/build-push-action/releases/tag/v3) |
[`v6`](https://github.com/docker/build-push-action/releases/tag/v6) |
[Release](https://github.com/docker/build-push-action/releases/tag/v6) |
publish.yml |
| `docker/login-action` |
[`v2`](https://github.com/docker/login-action/releases/tag/v2) |
[`v3`](https://github.com/docker/login-action/releases/tag/v3) |
[Release](https://github.com/docker/login-action/releases/tag/v3) |
publish.yml |
| `docker/metadata-action` |
[`v4`](https://github.com/docker/metadata-action/releases/tag/v4) |
[`v5`](https://github.com/docker/metadata-action/releases/tag/v5) |
[Release](https://github.com/docker/metadata-action/releases/tag/v5) |
publish.yml |
| `docker/setup-buildx-action` |
[`v2`](https://github.com/docker/setup-buildx-action/releases/tag/v2) |
[`v3`](https://github.com/docker/setup-buildx-action/releases/tag/v3) |
[Release](https://github.com/docker/setup-buildx-action/releases/tag/v3)
| publish.yml |
| `docker/setup-qemu-action` |
[`v2`](https://github.com/docker/setup-qemu-action/releases/tag/v2) |
[`v3`](https://github.com/docker/setup-qemu-action/releases/tag/v3) |
[Release](https://github.com/docker/setup-qemu-action/releases/tag/v3) |
publish.yml |
## Why upgrade?
Keeping GitHub Actions up to date ensures:
- **Security**: Latest security patches and fixes
- **Features**: Access to new functionality and improvements
- **Compatibility**: Better support for current GitHub features
- **Performance**: Optimizations and efficiency improvements
### Security Note
Actions that were previously pinned to commit SHAs remain pinned to SHAs
(updated to the latest release SHA) to maintain the security benefits of
immutable references.
### Testing
These changes only affect CI/CD workflow configurations and should not
impact application functionality. The workflows should be tested by
running them on a branch before merging.
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>1 parent 1dfd6a3 commit e4a8817
2 files changed
+13
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments