Eugene
Eugene
#### Is your feature request related to a problem? Please describe The problem is that currently there are no tests for this GitHub Action configured. #### Describe the solution you'd...
- `улучшить` -> `улучшит` - grammatical mistake - `стремиться` -> `стремится` - spelling mistake
### What was changed Changed resolver version from `lts-19.7` to `lts-24.0`. --- Closes #224
**Steps to reproduce** - Run commands below. ```shell stack setup --stack-yaml stack.yaml stack build --stack-yaml stack.yaml ``` **Expected behavior** It should passed successfully **Actual behavior** Error message is shown: ```text...
Bumping `cmake_minimum_required` from `3.31` to `4.1` to fix the following error when running with latest `cmake` (`4.1.1` at the moment): ```text CMake Error at CMakeLists.txt:1 (cmake_minimum_required): -- Configuring incomplete, errors...
Currently, `snyk/actions/setup` supports only `x86_64` binaries installation but there are also `arm64` [available](https://docs.snyk.io/snyk-cli/install-or-update-the-snyk-cli#install-with-standalone-executables) for downloading. With `arch` input it is possible to define architecture (in the same way as `os`)...
## Problem Currently, `snyk/actions/setup` supports `Alpine` OS. There are no Alpine OS GitHub hosted runners, so usual use case is to use `alpine` docker image (e.g. `alpine:latest`). Official Alpine docker...
Add support for Python 3.13
`@octokit/[email protected]` has [js/regex/missing-regexp-anchor](https://codeql.github.com/codeql-query-help/javascript/js-regex-missing-regexp-anchor/) issue [here](https://github.com/octokit/request.js/blob/v8.4.1/src/fetch-wrapper.ts#L170) that has been fixed in the later releases. So, I am bumping it to the latest version including transitive dependencies to exclude this issue from...
### Description Basically, now we file descriptor and append to it instead of checking file existence and then append to the file where race condition might happen between read/write operations....