Skip to content

Commit 2aeb74c

Browse files
Update README; Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#19)
* Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update with warning --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 6bea9e8 commit 2aeb74c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
77

88
name: Ruby
9+
permissions:
10+
contents: read
911

1012
on:
1113
push:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# sequel-snowflake
22

3+
> [!WARNING]
4+
> This gem is no longer maintained, as we no longer use Snowflake and don't have any way
5+
to run tests moving forward. New maintainers or a fork is recommended.
6+
37
An adapter to connect to Snowflake databases using [Sequel](http://sequel.jeremyevans.net/).
48
This provides proper types for returned values, as opposed to the ODBC adapter.
59

0 commit comments

Comments
 (0)